parse line

英 [pɑːz laɪn] 美 [pɑːrs laɪn]

网络  分列线

计算机



双语例句

  1. You have also gained some insight into the basic mechanisms used to process and parse command line arguments in the application.
    另外,您还对用于处理和解析应用程序中的命令行参数的基本机制进行了一些了解。
  2. The global parse_line() method is generated as a global function outside of the MyClass class.
    通用的parseline()方法作为MyClass类外部的一个通用函数生成。
  3. The tool will analyze, parse, validate your SOAP messages with WSDLs, and pinpoint problems with detailed error messages and line numbers.
    这个工具将会使用WSDL分析、解析、验证您的SOAP消息,然后用详细的错误消息和代码行号标识问题。
  4. Thus, the Universal Port will be a very light weight software component having only to parse the first line of the message.
    因此,通用端口将是一个非常轻量型的软件组件,它只需分析消息的第一行。
  5. Since the first line contains the required information, the code in the Universal Port will need only parse the first line in order to determine which high level protocol is being used.
    因为第一行包含了所需的信息,所以通用端口中的代码只需要分析第一行,即可确定使用了哪种高级协议。
  6. Finally, Dojo is invoked to parse the returned XML SOAP message and to get a handle on the root element of the document in the next line of code.
    最后,Dojo会被调用来解析所返回的SOAP消息,然后在下一行代码中处理文档的根元素。
  7. If this super-protocol is used, then the Universal Port will only have to parse the first line of the message received to determine which high level protocol is being used by the connecting application.
    如果使用这个超级协议,那么通用端口只需分析所收到消息的第一行,即可确定连接应用程序使用了哪种高级协议。
  8. This can make it complex to read and parse the contents of the file, as you will need to treat each line according to the identifier and reporter.
    它使阅读和分析文件的内容变得非常复杂,因为您需要根据标识符和报告工具来处理每行。
  9. To avoid lines of arbitrary argument parsing code, this main method uses the Apache Commons CLI project to parse the arguments sent to it from the command line.
    为了避免随意的实参解析代码,main方法使用了ApacheCommonsCLI项目来解析从命令行发送给它的这些实参。
  10. Listing 3 is a simple program to parse a log line and write a summary of its information.
    清单3是一个示例程序,它解析一个日志行,并写出对日志信息的总结。
  11. // Parse command line for automation or reg/ unreg switches.
    //分析自动化开关或注册/注销开关的命令行。